home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_m_p / mews11.zip / MSWRID.H < prev    next >
Text File  |  1992-06-27  |  2KB  |  54 lines

  1. /* This file provides ID definitions for the resource scripts
  2.    for support of operation under the Microsoft Windows environment on
  3.    an IBM-PC or compatible computer.
  4.  
  5.    Must be compiled with the Resource Compiler or Borland C++ 2.0
  6.    or MSC 6.0 or later versions
  7.     
  8.    It should not be compiled if the WINDOW_MSWIN symbol is not set */
  9.  
  10. /* system menus extra items */
  11. #define SC_OPTIMIZE     0x1000
  12.    
  13. /* ABOUT dialog box control IDs */
  14. #define ID_PROGVER      200
  15. #define ID_MOREABOUT    205
  16. #define ID_ABOUTBAR     206
  17.  
  18. /* FILENAME dialog box control IDs */
  19. #define ID_FILENAME     210
  20. #define ID_PATH         215
  21. #define ID_FILES        220
  22. #define ID_DIRECTORIES  225
  23.  
  24. /* MODES dialog box control IDs */
  25. #define ID_WRAP         281
  26. #define ID_CMODE        282
  27. #define ID_SPELL        283     /* not implemented yet */
  28. #define ID_EXACT        284
  29. #define ID_VIEW         285
  30. #define ID_OVER         286
  31. #define ID_REP          287
  32. #define ID_MAGIC        288
  33. #define ID_CRYPT        289
  34. #define ID_ASAVE        290
  35.  
  36. /* FONTS dialog box control IDs */
  37. #define ID_FONT         300
  38. #define ID_FONTSIZE     320
  39. #define ID_BOLD         331
  40. #define ID_ANSI         341
  41. #define ID_1ST_CHARSET  ID_ANSI
  42. #define ID_OEM          342
  43. #define ID_LAST_CHARSET ID_OEM
  44. #define ID_MAXCOLUMNS   351
  45. #define ID_MAXROWS      352
  46. #define ID_SAMPLE       361
  47. #define ID_SAVEFONT     370
  48.  
  49. /* MLHIST dialog box control IDs */
  50. #define ID_HIST         390
  51.  
  52. /* menu codes (the bulk of them is in mswmenu.h) */
  53. #define IDM_FIRSTCHILD    0xE000    /* for MDI window control list */
  54.